func github.com/klauspost/compress/flate.hash4

7 uses

	github.com/klauspost/compress/flate (current package)
		deflate.go#L376: func hash4(b []byte) uint32 {
		deflate.go#L473: 			hash := hash4(d.window[s.index:])
		deflate.go#L513: 					h := hash4(d.window[prevIndex+prevLength:])
		deflate.go#L537: 											h := hash4(d.window[s.index:])
		deflate.go#L553: 							h := hash4(d.window[prevIndex+prevLength:])
		deflate.go#L578: 													h := hash4(d.window[s.index:])
		deflate.go#L677: 							h := hash4(d.window[s.index:])